projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46be1d5
)
(before-save-hook): Add `time-stamp' to the options.
author
Luc Teirlinck
<teirllm@auburn.edu>
Sun, 13 Jun 2004 21:28:38 +0000
(21:28 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Sun, 13 Jun 2004 21:28:38 +0000
(21:28 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 4ee6da4e544a0afe4252e8f92677fe49a4c5de82..dc84c79df8408b37b914a6721bbe32d28177a7de 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-3024,7
+3024,7
@@
the last real save, but optional arg FORCE non-nil means delete anyway."
(defcustom before-save-hook nil
"Normal hook that is run before a buffer is saved to its file."
- :options '(copyright-update)
+ :options '(copyright-update
time-stamp
)
:type 'hook
:group 'files)